home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010306-20010921 / 000251_fdc@watsun.cc.columbia.edu_Sun Jul 8 12:55:03 EDT 2001.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  58 lines

  1. Article: 12579 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!fdc
  3. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  4. Newsgroups: linux.redhat.misc,comp.os.linux.misc,comp.protocols.kermit.misc
  5. Subject: Re: C-Kermit compile fails
  6. Date: 8 Jul 2001 16:52:58 GMT
  7. Organization: Columbia University
  8. Lines: 41
  9. Message-ID: <9ia35a$10d$1@newsmaster.cc.columbia.edu>
  10. References: <3B475279.51288D3@attglobal.net>
  11. NNTP-Posting-Host: watsun.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 994611178 1037 128.59.39.2 (8 Jul 2001 16:52:58 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 8 Jul 2001 16:52:58 GMT
  15. Xref: newsmaster.cc.columbia.edu linux.redhat.misc:67390 comp.os.linux.misc:507232 comp.protocols.kermit.misc:12579
  16.  
  17. In article <3B475279.51288D3@attglobal.net>,
  18. John Thompson  <John.Thompson@attglobal.net> wrote:
  19. : I'm trying to compile C-Kermit-7.0.197-7 from the src rpm but it
  20. : fails with this error:
  21. :     [...clip]
  22. : Am I missing some external function or what?  Running linux
  23. : kernel 2.2.18 on i686 with 256MB.  Kerberos, openssl and pam rpms
  24. : include: [...]
  25. As you can imagine, the frequent Linux (and Kerberos) releases tend to
  26. pull the rug out from under Kermit.  The Kermit source you are trying
  27. to build from is "old" by Linux standards.  Please get the C-Kermit 8.0
  28. Beta sources from here:
  29.  
  30.   http://www.columbia.edu/kermit/ck80.html
  31.  
  32. and try building the same target, or, if you have a full Red Hat 7.1
  33. installation (including developer tools and Kerberos), just try:
  34.  
  35.   make redhat71
  36.  
  37. which builds a version that includes Kerberos V, SSL/TLS, and shadow
  38. passwords.  Then if you still have trouble, please read:
  39.  
  40.   http://www.columbia.edu/kermit/security80.html
  41.  
  42. about where to get compatible security libraries and headers.
  43.  
  44. If you STILL have trouble, send a report by e-mail to:
  45.  
  46.   kermit-support@columbia.edu
  47.  
  48. or follow up here.
  49.  
  50. Once C-Kermit 8.0 is released, Red Hat is welcome to include it in the
  51. regular distribution, complete with security, so it's "just there" for
  52. everybody, without all the downloading, building, and installing hassle.
  53.  
  54. - Frank
  55.